@charset "utf-8";
@font-face {
    font-family: "XMYAHEIBNEW";
    src: url(./XMYAHEIBNEW.TTF);
}

* {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #4d4d4d;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
}

img {
    border: 0;
}

.imgAnimated img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.once img {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.onceSlow img {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.clearBoth:after, .clearBoth:before {
    content: '';
    display: block;
    overflow: hidden;
    height: 0;
    clear: both;
}

input::-webkit-input-placeholder {
    color: #1d5aad;
    font-size: 14px;
}

.custom_container {
    min-width: 1200px;
}

.publicWidth {
    width: 1200px;
    margin: 0 auto;
    padding: 0px 21px 0;
    background: #fff;
}

.bgWhite {
    background: #fff;
}

.bgLightGray {
    background: #f7f7f7;
}

/* 首页 */

.Headlines {
    border-bottom: 1px solid #e2e6e8;
    margin-bottom: 34px;
}

.Headlines h1 {
    text-align: center;
    font-size: 30px;
    color: #38393a;
    font-family: 'XMYAHEIBNEW';
    font-weight: normal;
}

.Headlines p {
    padding: 20px 50px;
    line-height: 30px;
}

.Headlines p span {
    float: left;
    max-width: 960px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Headlines p a {
    float: left;
    margin-left: 10px;
    color: #e2221c;
}

.slideBox {
    width: 543px;
    height: 308px;
    overflow: hidden;
    position: relative;
    float: left;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li a {
    position: relative;
    width: 543px;
    height: 308px;
    display: block;
}

.slideBox .bd img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.slideBox .bd li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: url(../img/slideBoxTxt.png) repeat-x 0 0;
    color: #fff;
    font-size: 16px;
    padding: 0 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slideBox .hd {
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 36px;
}

.slideBox .hd ul {
    height: 36px;
    padding: 13px 0;
}

.slideBox .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    text-indent: 99em;
    margin-right: 5px;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #1e6abe;
}

.slideTxtBox {
    width: 592px;
    float: right;
}

.slideTxtBox .hd {
    height: 42px;
    overflow: hidden;
}

.slideTxtBox .hd ul {
    width: 620px;
}

.slideTxtBox .hd ul li {
    width: 133px;
    border-radius: 8px;
    float: left;
    cursor: pointer;
    text-align: center;
    border: 1px solid #c2c2c2;
    margin-right: 20px;
}

.slideTxtBox .hd ul li a {
    font-family: 'XMYAHEIBNEW';
    color: #b1b1b1;
    line-height: 40px;
}

.slideTxtBox .hd ul li.on {
    background: #1e6abe;
    border: 1px solid #1e6abe;
}

.slideTxtBox .hd ul li.on a {
    color: #fff;
}

.slideTxtBox .bd>ul {
    padding: 10px 0 0;
    zoom: 1;
}

.slideTxtBox .bd li {
    height: 44px;
    line-height: 44px;
}

.slideTxtBox .bd li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding-right: 20px;
    transition: all .25s;
}

.slideTxtBox .bd li a:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #b1b1b1;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 16px 0 12px;
    transition: all .25s;
}

.slideTxtBox .bd li a:hover {
    color: #1e6abe;
}

.slideTxtBox .bd li a:hover:before {
    background: #1e6abe;
}

.slideTxtBox .bd li span {
    float: right;
    color: #a1a1a1;
    display: block;
}

/* 快捷入口 */

.quickAccess {
    width: 1200px;
    padding: 34px 0;
}

.quickAccess>div {
    float: left;
    margin-right: 6px;
}

.quickAccess>div a {
    display: block;
    padding: 0 20px;
}

.quickAccess>div a img {
    display: block;
    margin: 0 auto;
}

.quickAccess>div:hover a img {
    -webkit-animation-name: flip;
    animation-name: flip
}

.quickAccess>div a span {
    display: block;
    text-align: center;
    margin: 16px 0 0 0;
    color: #2d66a5;
    font-family: 'XMYAHEIBNEW';
}

/* 首页政务公开 */

.tab {
    padding: 40px 0 0 0;
}

.tab .outHd {
    overflow: hidden;
}

.tab .outHd ul {
    width: 1180px;
}

.tab .outHd ul li {
    width: 372px;
    height: 90px;
    background: url(../img/tabHdLi.png) no-repeat center 0;
    float: left;
    margin: 0 21px 0 0;
    cursor: pointer;
}

.tab .outHd ul li.on {
    background: url(../img/tabHdLiActive.png) no-repeat center 0;
}

.tab .outHd ul li a {
    display: block;
    line-height: 71px;
    color: #fff;
    font-family: 'XMYAHEIBNEW';
    font-size: 24px;
    padding: 0 0 0 146px;
    background: url(../img/whiteCircle.png) no-repeat 88px center;
}

.tab .outBd .box {
    min-height: 516px;
}

.tab .outBd .box:after {
    content: '';
    display: block;
    clear: both;
}

.txtBox .inHd {
    height: 54px;
    border-bottom: 1px solid #d9d9d9;
}

.txtBox .inHd .more {
    float: right;
}

.txtBox .inHd .more a {
    line-height: 54px;
    color: #9c9c9c;
}

.txtBox .inHd ul {
    float: left;
}

.txtBox .inHd ul li {
    float: left;
    height: 54px;
    margin: 0 17px;
}

.txtBox .inHd ul li:after {
    /* border-bottom: 4px solid #1e6abe; */
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #1e6abe;
    margin: 0 auto;
    transition: all .15s;
}

.txtBox .inHd ul li.on:after {
    width: 100%;
}

.txtBox .inHd ul li a {
    display: block;
    height: 50px;
    padding: 0px 8px;
    line-height: 54px;
    cursor: pointer;
    font-family: 'XMYAHEIBNEW';
    color: #959595;
    font-size: 20px;
    transition: all .1s;
}

.txtBox .inHd ul li.on a {
    color: #1e6abe;
}

.txtBox .inHd ul span {
    float: left;
    line-height: 54px;
}

.txtBox .inBd ul {
    padding: 27px 0 0 0;
}

.txtBox .inBd li {
    height: 44px;
    line-height: 44px;
}

.txtBox .inBd li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding-right: 20px;
}

.txtBox .inBd li a:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #b1b1b1;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 16px 0 12px;
}

.txtBox .inBd li a:hover {
    color: #1e6abe;
}

.txtBox .inBd li a:hover:before {
    background: #1e6abe;
}

.txtBox .inBd li span {
    float: right;
    color: #a1a1a1;
    display: block;
}

.Notice {
    width: 764px;
    float: left;
}

.column {
    height: 54px;
    border-bottom: 1px solid #d9d9d9;
}

.column p {
    float: left;
    height: 54px;
    border-bottom: 4px solid #1e6abe;
}

.column p a {
    padding: 0 13px;
    line-height: 54px;
    cursor: pointer;
    font-family: 'XMYAHEIBNEW';
    color: #959595;
    font-size: 20px;
    color: #1e6abe;
}

.column .more {
    float: right;
    margin-right: 10px;
}

.column .more a {
    line-height: 54px;
    color: #9c9c9c;
}

.picScroll_left_Grouping {
    width: 364px;
    overflow: hidden;
    float: right;
}

.picScroll_left_Grouping .hd {
    overflow: hidden;
}

.picScroll_left_Grouping .hd span {
    float: right;
    display: block;
    width: 26px;
    height: 54px;
    cursor: pointer;
}

.picScroll_left_Grouping .hd .prevCell {
    background: url(../img/prev_03.jpg) no-repeat center center;
}

.picScroll_left_Grouping .hd .nextCell {
    background: url(../img/next_03.jpg) no-repeat center center;
}

.picScroll_left_Grouping .bd ul {
    overflow: hidden;
    zoom: 1;
    padding: 19px 0 0 0;
}

.picScroll_left_Grouping .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    border: 1px solid #9fb8db;
    background: #fff;
    border-radius: 5px;
    width: 105px;
    height: 99px;
}

.picScroll_left_Grouping .bd ul li.keyAreas1 {
    margin: 15px 24.5px 0 0;
}

.picScroll_left_Grouping .bd ul li.keyAreas2 {
    margin: 15px 24.5px 0 0;
}

.picScroll_left_Grouping .bd ul li.keyAreas3 {
    margin: 15px 0 0 0;
}

.picScroll_left_Grouping .bd ul li.keyAreas4 {
    width: 164px;
    margin: 15px 36px 0 0;
}

.picScroll_left_Grouping .bd ul li.keyAreas5 {
    width: 164px;
    margin: 15px 0 0 0;
}

.picScroll_left_Grouping .bd ul li a {
    text-align: center;
    display: block;
    transition: all 0.5s;
}

.picScroll_left_Grouping .bd ul li a img {
    height: 38px;
    display: block;
    margin: 10px auto;
}

.picScroll_left_Grouping .bd ul li a span {
    display: block;
}

.picScroll_left_Grouping .bd ul li:hover a {
    transform: rotateY(360deg)
}

/* 十个按钮 */

.tenButtons {
    width: 1193px;
    margin: 15px 0 76px 0;
}

.tenButtons a {
    display: block;
    float: left;
    width: 204px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #8098c0;
    border-radius: 21px;
    color: #fff;
    margin: 20px 34.5px 0 0;
    transition: all .25s;
}

.tenButtons a:hover {
    background: #eca945;
}

/* 首页政务服务 */

.affairs {
    width: 764px;
    float: left;
}

.affairs .inBd dl {
    position: relative;
    height: 272px;
    border: 1px solid #eee;
    margin: 40px auto 0;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.affairs .inBd dl .lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.affairs .inBd dl .lines span {
    position: absolute;
    top: 5%;
    width: 1px;
    height: 90%;
    background: #eee;
}

.affairs .inBd dl .lines .line01 {
    left: 20%;
}

.affairs .inBd dl .lines .line02 {
    left: 40%;
}

.affairs .inBd dl .lines .line03 {
    left: 60%;
}

.affairs .inBd dl .lines .line04 {
    left: 80%;
}

.affairs .inBd dl .lines .line05 {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
}

.affairs .inBd dl dd {
    position: relative;
    z-index: 10;
    width: 20%;
    height: 50%;
    float: left;
    transition: all .25s;
}

.affairs .inBd dl dd a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.affairs .inBd dl dd a i {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 20px auto 10px;
}

.affairs .inBd dl dd a img {
    display: block;
}

.affairs .inBd dl dd a span {
    display: block;
    text-align: center;
}

.affairs .inBd dl dd:hover {
    background: #eca945;
}

.affairs .inBd dl dd:hover img {
    margin-top: -100%;
}

.affairs .inBd dl dd:hover span {
    color: #fff;
}

/* 公共便民服务 */

.Convenient {
    width: 364px;
    overflow: hidden;
    float: right;
}

.Convenient .hd {
    overflow: hidden;
}

.Convenient .hd span {
    float: right;
    display: block;
    width: 26px;
    height: 54px;
    cursor: pointer;
}

.Convenient .hd .prevCell {
    background: url(../img/prev_01.png) no-repeat center center;
}

.Convenient .hd .nextCell {
    background: url(../img/next_01.png) no-repeat center center;
}

.Convenient .bd ul {
    overflow: hidden;
    zoom: 1;
    padding: 30px 0 0;
}

.Convenient .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    border-radius: 23px;
    width: 165px;
    height: 46px;
}

.Convenient .bd ul li a {
    text-align: center;
    display: block;
    line-height: 46px;
    color: #fff;
    background: #8098c0;
    transition: all .25s;
}

.Convenient .bd ul li a img {
    height: 38px;
    display: block;
    margin: 10px auto;
}

.Convenient .bd ul li:hover a {
    background: #eca945;
}

/* 重点办事 */

.keyWork {
    height: 76px;
    border: 1px solid #ededed;
    background: #fff;
    border-radius: 5px;
    margin: 30px 0 0 0;
    padding: 10px 0;
}

.keyWork dt {
    position: relative;
    height: 100%;
    width: 125px;
    border-right: 1px solid #1e6abe;
    text-align: center;
    line-height: 54px;
    font-family: 'XMYAHEIBNEW';
    color: #1e6abe;
    font-size: 20px;
    float: left;
}

.keyWork dt:after {
    position: absolute;
    left: 101%;
    top: 50%;
    margin-top: -5px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 9px;
    border-color: transparent transparent transparent #1e6abe;
}

.keyWork dd {
    float: right;
    width: 1000px;
}

.keyWork dd a {
    display: block;
    line-height: 54px;
    float: left;
    width: 16.66%;
    padding-left: 50px;
    background: url(../img/arrow.png) no-repeat 25px center;
    transition: all 0.10s;
}

.keyWork dd a:hover {
    color: #1e6abe;
    background: url(../img/arrow.png) no-repeat 25px center;
}

/* 在线访谈 */

.interview {
    width: 620px;
    float: left;
}

.InterviewContent {
    padding: 28px 0 0 8px;
}

.InterviewContent .interviewPhoto {
    display: block;
    float: left;
    width: 250px;
    height: 160px;
    margin-right: 20px;
}

.InterviewContent dl {
    min-height: 192px;
}

.InterviewContent dl dd, .InterviewContent .abstract {
    display: table;
    line-height: 48px;
}

.InterviewContent .abstract {
    height: 65px;
    overflow: hidden;
}

.InterviewContent dl dd span, .InterviewContent .abstract span {
    display: table-cell;
    white-space: nowrap;
}

.InterviewContent dl dd p, .InterviewContent .abstract p {
    display: table-cell;
}

.InterviewContent .abstract p a {
    color: #e2221c;
    white-space: nowrap;
}

/* 民意征集 */

.Solicitation {
    width: 100%;
    float: right;
}

.myzj {
    padding: 10px 0;
    overflow: hidden;
}
.myzj_table,.myzj_table *{
    display:block;
}
.myzj_table tbody:after{
    content:'';
    display:block;
    clear:both
}
.myzj_table tbody{
    height:270px;
    overflow:hidden;
}
.myzj_table tr{
    width:50%;
    float:left;
    margin: 5px 0;
}
.myzj_table td{
    float:left;
    /* height: 80px; */
    display: block;
}
.myzj_table .state {
    display: block;
    width: 80px;
    height: 60px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    margin: 10px 0;
}

.myzj_table span[data-state="[征集中]"] {
    background: #eda946;
    color: #fff;
    border: 1px solid transparent;
}

.myzj_table span[data-state="[征集中]"]:after {
    content: '进行中';
}

.myzj_table span[data-state="[已结束]"]:after {
    content: '已结束';
}

.myzj_table a {
    width: 450px;
    line-height: 40px;
    transition: all .25s;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.myzj_table a:hover {
    color: #1e6abe;
}

.Past {
    width: 608px;
    height: 106px;
    float: left;
    background: #fbfbfb;
    margin: 20px 0 0 0;
    border: 1px dashed #c9c9c9;
    border-radius: 10px;
}

.Past .PastLinks {
    display: block;
    border-radius: 5px;
    background: #8098c0;
    text-align: center;
    float: left;
}

.Past .PastLinks a {
    width: 28px;
    height: 104px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    line-height: 20px;
}

.Past .PastLinks:hover {
    background: #eda946;
}

.Past>div {
    width: 553px;
    height: 100%;
    float: left;
    padding: 8px 10px;
}

.Past>div img {
    display: block;
    width: 112px;
    height: 100%;
    float: left;
    margin-right: 10px;
}

.Past>div dl {
    line-height: 36px;
    padding: 10px 0;
}

.Past>div dl dt {
    /* height: 37px; */
}

.Past>div dl dt a:hover {
    color: #256fc0;
}

.Past>div dl dd {
    font-size: 14px;
    color: #949494;
}

.interactionEntrance {
    width: 365px;
    height: 110px;
    border: 1px dashed #a1b7db;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    display: table;
    margin: 0 20px 0 0;
}

.interactionEntrance a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.interactionEntrance a img {
    vertical-align: middle;
    margin: 0 30px 0 115px;
}

.interactionEntrance a span {
    color: #1e6abe;
    font-family: 'XMYAHEIBNEW';
    font-size: 22px;
}

.interactionEntrance a:hover img {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

/* 专题专栏 */

.special p {
    float: left;
}

.special p a {
    color: #1e6abe;
    font-family: 'XMYAHEIBNEW';
    line-height: 80px;
    font-size: 20px;
}

.special i {
    display: block;
    width: 1046px;
    height: 2px;
    background: #a1b7db;
    float: right;
    margin: 39px 0;
}

.picScroll-left {
    overflow: hidden;
    position: relative;
    margin-top: 16px;
}

.picScroll-left .hd span {
    position: absolute;
    top: 100%;
    width: 30px;
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    margin-top: -83.5px;
    color: #fff;
    font-family: 'XMYAHEIBNEW';
    cursor: pointer;
}

.picScroll-left .hd span.prev {
    left: 0;
    background: url(../img/prev_02.png) no-repeat center center;
}

.picScroll-left .hd span.next {
    right: 0;
    background: url(../img/next_02.png) no-repeat center center;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 8.25px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li img {
    width: 273px;
    height: 137px;
    display: block;
}

.picScroll-left .bd ul li:hover img {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

/* 友情链接 */

.friendLinks {
    width: 1158px;
    margin: 30px auto;
}

.friendLinks .select_group .ColumnName {
    width: 90px;
    float: left;
    line-height: 34px;
    font-size: 20px;
    font-family: 'XMYAHEIBNEW';
    color: #1e6abe;
}

.friendLinks .select_group .select {
    position: relative;
    float: left;
    width: 150px;
    height: 34px;
    margin: 0 0 0 41px;
    color: #7e7e7e;
}

.select dt {
    height: 33px;
    display: inline-block;
    border: 1px solid #b4b4b4;
    border: 0;
    background: #fff url(../img/select.jpg) 95% center no-repeat;
    line-height: 33px;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 99;
    color: #7e7e7e;
    border-radius: 5px;
    padding: 0 15px 0 10px;
}

.select dd {
    position: absolute;
    left: -1px;
    top: 33px;
    /* border: 1px solid #b4b4b4; */
    background: #fff;
    display: none;
    z-index: 100;
    overflow: hidden;
    min-width: 100%;
    /* width: calc(100% + 2px); */
}

.select dd ul {
    padding: 5px 0;
    min-width: 100%;
    max-height: 200px;
    overflow: auto;
}

.select dd ul li a {
    line-height: 32px;
    display: block;
    padding: 0 6px 0 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.select dd ul li a:hover {
    background: #dedede;
}

.select_group .link a {
    display: block;
    float: left;
    width: 142px;
    height: 34px;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
    line-height: 32px;
    margin: 0 0 0 20px;
    font-size: 14px;
    text-align: center;
}

/* 走进双城 */

.Into {
    position: relative;
    /* border-top: 4px solid #256fc0; */
    padding: 30px 21px 0;
}

.LeftPic {
    width: 234px;
    height: 490px;
    overflow: hidden;
    float: left;
}

.LeftPic:hover img {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.RightInto {
    width: 896px;
    float: right;
}

.RightInto .situation {
    width: 280px;
    height: 300px;
    border-right: 1px solid #cecece;
    padding: 0 20px 0 0;
    margin-right: 20px;
    float: left;
}

.RightInto .situation h3 {
    height: 44px;
    font-size: 20px;
    font-family: 'XMYAHEIBNEW';
    color: #1e6abe;
    font-weight: normal;
}
.RightInto .situation h3 span {
    height: 44px;
    font-size: 20px;
    font-family: 'XMYAHEIBNEW';
    color: #fbbb3e;
    font-weight: normal;
}

.RightInto .situation .situationImg {
    display: block;
    width: 260px;
}

.RightInto .situation p {
    line-height: 38px;
    font-size: 16px;
    text-indent: 2em;
    padding: 10px 0;
    text-align: justify;
}

.RightInto .situation p a {
    color: #fbbb3e;
    font-size: 16px;
}

.RightInto .geographic {
    float: left;
    width: 596px;
}

.RightInto .geographic dl.information {
    width: 364px;
    float: left;
}

.RightInto .geographic dl.information dd {
    background: #fff;
    display: none;
}

.RightInto .geographic dl.information dd h3 {
    height: 44px;
    border-bottom: 1px dashed #c2c2c2;
    font-size: 20px;
    font-family: 'XMYAHEIBNEW';
    color: #1e6abe;
    font-weight: normal;
}
.RightInto .geographic dl.information dd h3 span {
    height: 44px;
    font-size: 20px;
    font-family: 'XMYAHEIBNEW';
    color: #fbbb3e;
    font-weight: normal;
}

.RightInto .geographic dl.information dd p {
    line-height: 38px;
    font-size: 16px;
    text-indent: 2em;
    padding: 10px 0;
    text-align: justify;
}

.RightInto .geographic dl.information dd p a {
    color: #fbbb3e;
    font-size: 16px;
}

.columnNav {
    position: relative;
    float: right;
    height: 273px;
    width: 204px;
    overflow: hidden;
}

.columnNav li {
    position: relative;
    margin-bottom: 15px;
}

.columnNav li {
    display: block;
    width: 204px;
    height: 57px;
    color: #fff;
    font-family: 'XMYAHEIBNEW';
    padding-left: 90px;
    line-height: 57px;
    cursor: pointer;
}

.characteristic {
    position: relative;
    height: 193px;
}

.characteristic>div a {
    color: #fff;
    font-size: 20px;
    font-family: 'XMYAHEIBNEW';
}

.build {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 193px;
    background: url(../img/build.jpg) no-repeat 0 0;
}

.build h3 {
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-family: 'XMYAHEIBNEW';
    font-size: 20px;
    font-weight: normal;
    padding: 0 0 0 60px;
}

.build ul {
    padding: 20px;
}

.build ul li {
    line-height: 32px;
}

.build ul li a {
    font-size: 16px;
    color: #fff;
    padding-left: 18px;
    background: url(../img/diamond.png) no-repeat 0 center;
}

.spStyle {
    text-align: center;
    font-size: 20px;
    font-family: 'XMYAHEIBNEW';
    line-height: 94px;
    overflow: hidden;
}

.spStyle a, .spStyle img {
    display: block;
    width: 100%;
}

.spStyle:hover img {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.sp01 {
    position: absolute;
    top: 0;
    left: 255px;
    width: 234.5px;
    height: 94px;
    background: #217bc1;
}

.sp02 {
    position: absolute;
    bottom: 0;
    left: 255px;
    width: 234.5px;
    height: 94px;
}

.sp03 {
    position: absolute;
    top: 0;
    left: 494.5px;
    width: 234.5px;
    height: 94px;
}

.sp04 {
    position: absolute;
    bottom: 0;
    left: 494.5px;
    width: 234.5px;
    height: 94px;
    background: #57b2d3
}

.sp05 {
    position: absolute;
    top: 0;
    right: 0;
    width: 162px;
    height: 193px;
    background: url(../img/wellKnown.jpg) no-repeat 0 0;
    line-height: 193px;
}

/* 在线访谈 */

.OnlineInterview {
    width: 680px;
    float: left;
/*     border-top: 4px solid #256fc0; */
    padding-left: 13px;
}

.olColumn {
    height: 64px;
    line-height: 64px;
}

.olColumn p {
    float: left;
    font-size: 20px;
    font-family: 'XMYAHEIBNEW';
    color: #1e6abe;
}

.olColumn .more {
    float: right;
    margin-right: 10px;
}

.olColumn .more a {
    color: #9c9c9c;
}

.OnlineInterview .InterviewContent {
    padding: 0;
}

.OnlineInterview .InterviewContent .interviewPhoto {
    width: 288px;
    height: 182px;
}

.publicOpinion {
    width: 100%;
/*     border-top: 4px solid #256fc0; */
    float: right;
}

.entrance {
    width: 1187px;
    margin: 40px 0 0 0;
}

.entrance a {
    display: block;
    float: left;
    width: 367px;
    height: 122px;
    border: 1px solid #a1b7db;
    background: #fff;
    border-radius: 10px;
    margin-right: 28.5px;
}

.entrance>a img {
    display: block;
    float: left;
    margin: 30px 23px;
}

.entrance>a:hover {
    background: #f5f8fc;
}

.entrance>a:hover img {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.entrance>a label {
    cursor: pointer;
}

.entrance>a label strong {
    color: #1e6abe;
    font-family: 'XMYAHEIBNEW';
    display: block;
    margin: 24px 0 10px;
}

.entrance>a label span {
    font-size: 14px;
    color: #8b8b8b;
    display: block;
    line-height: 26px;
    padding: 0 30px 0 0;
}

/* 政务公开 */

.Leader {
    height: 312px;
    border-bottom: 1px solid #ececec;
}

.LeaderTop {
    height: 83px;
}

.LeaderTop h3 {
    color: #1e6abe;
    font: normal 20px 'XMYAHEIBNEW';
    line-height: 83px;
    margin: 0 10px 0 24px;
    float: left;
}

.LeaderTop>a {
    display: block;
    float: right;
    width: 145px;
    height: 40px;
    background: #1e6abe;
    color: #fff;
    font: normal 18px 'XMYAHEIBNEW';
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin: 21.5px 17px 21.5px 0;
}

.LeaderTop>a:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 0 10px 0 0;
}

.LeaderTop>div {
    width: 870px;
    height: 1px;
    background: #efefef;
    margin: 41px 0;
    float: right;
}

.Leadership {
    height: 224px;
}

.Leadership .LeaderLeft {
    float: left;
    width: 738px;
}

.Leadership .LeaderLeft .LeaderPhoto {
    display: block;
    float: left;
    width: 144px;
    height: 200px;
    margin: 0 40px 0 17px;
}

.Leadership .LeaderLeft .LeaderMsg {
    float: left;
    width: 525px;
    line-height: 44px;
    padding: 13px 0 0 0;
}

.Leadership .LeaderLeft .LeaderMsg dd a {
    color: #1e6abe;
}

.Leadership .LeaderRight {
    float: right;
    width: 415px;
    min-height: 190px;
    line-height: 35px;
    border-left: 1px dashed #e5e5e5;
    padding: 13px 0 0 35px;
}

.notice {
    width: 556px;
    float: left;
}

.unscramble {
    width: 556px;
    float: right;
}

.notice .inBd ul, .unscramble .inBd ul {
    padding: 27px 0;
}

.tabLink {
    padding: 38px 0;
}

.tabLink .hd ul {
    display: table;
    margin: 0 auto;
    line-height: 24px;
}

.tabLink .hd ul li {
    float: left;
    margin: 0 20px;
    font-size: 20px;
    font-family: 'XMYAHEIBNEW';
    color: #959595;
    cursor: pointer;
}

.tabLink .hd ul li.on {
    color: #1e6abe;
}

.tabLink .hd ul span {
    float: left;
    font-size: 20px;
    color: #959595;
}

.tabLink .bd ul {
    padding: 30px 0 0 0;
    /* min-height: 286px; */
}

.tabLink .bd ul li {
    float: left;
    margin: 10px 13.8px;
}

.tabLink .bd ul li a {
    display: block;
    width: 204px;
    height: 44px;
    border-radius: 22px;
    background: #8098c0;
    color: #fff;
    line-height: 44px;
    text-align: center;
    transition: all .25s;
}

.tabLink .bd ul li a:hover {
    background: #fba441;
}

/* 政务服务 */

.zwfwAffairs {
    /* border-top: 4px solid #1e6abe; */
}

.zwfwAffairs .inHd {
    height: 54px;
    border: 0;
}

.zwfwAffairs .inHd ul li {
    margin: 0 35px 0 0;
}

.zwfwAffairs .inHd ul li.on:after {
    width: 0;
}

.zwfwAffairs .inBd dl {
    margin: 17px auto 0;
}

.zwfwConvenient {
    /* border-top: 4px solid #1e6abe; */
}

.zwfwConvenient .column {
    border: 0;
}

.zwfwConvenient .column p {
    border: 0;
}

.zwfwConvenient .bd ul {
    padding: 0;
}

.serviceArea {
    position: relative;
}

.parHd ul li {
    height: 98px;
    line-height: 98px;
    float: left;
    margin: 0 35px 0 0;
}

.parHd ul li a {
    display: block;
    padding: 0 13px;
    cursor: pointer;
    font-family: 'XMYAHEIBNEW';
    color: #959595;
    font-size: 20px;
    transition: all .1s;
}

.parHd ul li.on a {
    color: #1e6abe;
}
.serviceArea .parBd ul li{
  height:232px;
  overflow:hidden  
}
.serviceArea .parBd ul li a {
    display: table;
    float: left;
    width: 266px;
    height: 102px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin: 0 31px 28px 0;
}

.serviceArea .parBd ul li a:hover {
    border: 1px solid #1f6bbe;
}

.serviceArea .parBd ul li a:hover span {
    color: #256fc0
}

.serviceArea .parBd ul li a img {
    display: block;
    float: left;
    margin: 25px 0px 25px 25px;
}

.serviceArea .parBd ul li a span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    padding: 0 20px;
}

.serviceArea .ScrollButton {
    position: absolute;
    top: 0;
    right: 0;
}

.serviceArea .ScrollButton span {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 34px 0;
    cursor: pointer;
}

.serviceArea .ScrollButton .sPrev {
    background: url(../img/prev_01.png) no-repeat center center;
}

.serviceArea .ScrollButton .sNext {
    background: url(../img/next_01.png) no-repeat center center;
}

.fwKeyWork .parBd ul li {
    float: left;
    margin: 0 22px 10px 0;
}

.fwKeyWork .parBd ul li:nth-last-child(1) {
    margin: 0 0 10px 0;
}

.fwKeyWork .parBd ul li a {
    display: table;
    width: 214px;
    height: 88px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.fwKeyWork .parBd ul li a:hover {
    border: 1px solid #1f6bbe;
}

.fwKeyWork .parBd ul li a img {
    display: block;
    float: left;
    margin: 23px 15px;
}

.fwKeyWork .parBd ul li a span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.bgWhite .Leader .LeaderTop{
    position: relative;
    border-bottom: none;
}
.bgWhite .Leader .leaderTap{
    position: absolute;
    right: -31px;
    top: 16px;
}
.bgWhite .Leader .leaderTap a{
    display: block;
    width: 146px;
    background: #EDEDED;
    color: #5E5E5E;
    border-radius: 5px;
    text-align: center;
    height: 46px;
    line-height: 46px;
}
.bgWhite .Leader .leaderTap a img{
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-bottom: 2px;
    vertical-align: middle;
}
.Leader.txtBox .inHd ul li.on a{
   color: #FFFFFF;
    background: #1E6ABE;
}
.Leader.txtBox .inHd ul li:after{
    height: 0;
}
.LeaderTop>div{
    width: 1032px;
}